text/template/parse.Tree.actionLine (field)

6 uses

	text/template/parse (current package)
		parse.go#L33: 	actionLine int // line of left delim starting action
		parse.go#L194: 		if t.actionLine != 0 && t.actionLine != token.line {
		parse.go#L195: 			extra = fmt.Sprintf(" in action started at %s:%d", t.ParseName, t.actionLine)
		parse.go#L367: 		t.actionLine = token.line
		parse.go#L379: 	t.actionLine = 0